home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / system-config-printer-kde / README < prev   
Text File  |  2008-08-07  |  1KB  |  32 lines

  1. system-config-printer-kde is a port of Red Hat's Gnome system-config-printer to Qt.
  2.  
  3. It currently misses quite a few features compared to the Gnome version but should be usable.
  4.  
  5. It needs some files from the Gnome version config.py, cupshelpers.py, ppds.py, smburi.py, debug.py 
  6. (in Ubuntu we package these into system-config-printer-common)
  7.  
  8. Gnome version homepage:
  9.  http://cyberelk.net/tim/software/system-config-printer/
  10. Gnome version source:
  11.  git clone git://git.fedorahosted.org/git/system-config-printer.git
  12.  
  13. It assumes the system-config-printer files are installed to /usr/share/system-config-printer, if not edit SYSTEM_CONFIG_PRINTER_DIR in system-config-printer-kde.py
  14.  
  15. Also change APPDIR to where system-config-printer-kde is installed
  16.  
  17. It also needs pycups:
  18.  http://cyberelk.net/tim/software/pycups/
  19.  
  20. TODO:
  21.     implement all the missing features from system-config-printer
  22.     - printer options pages
  23.     - printer access control page
  24.     - browsing SMB
  25.     - verifying IPP
  26.     - driver download
  27.     - many more, grep for TODO and FIXME
  28.  
  29.     Make UI follow Celeste's spec in kubuntu_printer_configuration.pdf
  30.  
  31.     Merge code as far as possible with system-config-printer to stop code duplication, host in same archive too
  32.